Welcome![Sign In][Sign Up]
Location:
Search - code of genetic algorithm

Search list

[AI-NN-PRnsga2_c_source

Description: 遗传算法中的NSGA2算法实现,解决多目标遗传算法求解Pareto近似解,具有很好的运行效果-Genetic Algorithms NSGA2 algorithm to solve multi-objective Pareto genetic algorithm approximate solution, with very good operating results
Platform: | Size: 40960 | Author: 郭玉华 | Hits:

[AI-NN-PRfga

Description: 一个简单的针对函数优化问题的遗传算法源程序。-A simple function optimization problem for genetic algorithm source code.
Platform: | Size: 3072 | Author: 钮 吉 | Hits:

[matlaboptimizationofa50DfunctionuseGA

Description: 遗传算法实现50维函数优化,代码简单易懂,适合初学者。-Genetic algorithm of 50-dimensional function optimization, code easy-to-read, suitable for beginners.
Platform: | Size: 3072 | Author: dayong | Hits:

[AI-NN-PRGA-TSP

Description: 利用遗传算法求解TSP的源代码程序 可以精确求出50城市-The use of genetic algorithm to solve TSP program source code can be precisely calculated 50 cities
Platform: | Size: 9216 | Author: zhouye | Hits:

[Othergenetic_cr

Description: 基因算法在认知无线电中的应用,希望对各位研究同仁有所用处。-Genetic algorithm in the application of cognitive radio, in the hope that some useful research Tongren.
Platform: | Size: 548864 | Author: luojuan | Hits:

[matlabmatlab3

Description: 这是利用遗传算法进行图像分割的matlab源程序-This is the use of genetic algorithms image segmentation matlab source
Platform: | Size: 327680 | Author: 梅丽 | Hits:

[AI-NN-PRscs

Description: 本程序为基本遗传算法学习分类系统源程序,根据系统的输入,该程序进行分析,最终将输入分配到相应的类别中-This procedure as the basic genetic algorithm to learn classification system source code, according to the system input, an analysis of the program will eventually enter the assigned to the corresponding category
Platform: | Size: 7168 | Author: 朱某 | Hits:

[AI-NN-PRSGA

Description: 基本遗传算法的C语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm C language source code. (Genetic algorithm extremely broad range of applications, it can be applied to function optimization, combinatorial optimization, production scheduling problem, automatic control, robotics, image processing, artificial life, genetic programming, as well as machine learning and other fields.)
Platform: | Size: 3072 | Author: 沁篱 | Hits:

[AI-NN-PRgenetic

Description: 此文档是遗传算法原理加源代码。 生物的进化是一个奇妙的优化过程,它通过选择淘汰,突然变异,基因遗传等规律产生适应环境变化的优良物种。遗传算法是根据生物进化思想而启发得出的一种全局优化算法。 -This document is the principle of genetic algorithm source code increases. Biological evolution is a wonderful optimization process, it eliminated by choosing a sudden variation of genetic and other changes in the law to adapt to the environment arising from the fine species. Genetic algorithm is based on ideas of biological evolution and the inspiration derived from a global optimization algorithm.
Platform: | Size: 9216 | Author: sunguili | Hits:

[Special EffectsGAMatlab

Description: 遗传算法的程序原理,介绍文章及matlab源程序-Principle of genetic algorithm procedure to introduce the articles and source code matlab
Platform: | Size: 9216 | Author: luanxinhai | Hits:

[matlabgabp

Description: 遗传算法优化BP神经网络的权值的matlab程序源代码。-Genetic algorithm BP neural network weights of the matlab source code.
Platform: | Size: 131072 | Author: hexing | Hits:

[AI-NN-PR218_aubt

Description: 本代码是基于面部感情特征提取的一种遗传算法,-The code is based on the facial feature extraction of the feelings of a genetic algorithm,
Platform: | Size: 4842496 | Author: yinglun | Hits:

[matlabGA_main

Description: 遗传算法整套源程序,包括初始种群,计算适应度值,选择,交叉变异等-Genetic algorithm source code package, including the initial population, calculation of fitness value, selection, crossover and other variant
Platform: | Size: 2048 | Author: Mike | Hits:

[matlabGAtoolboxofMatlab

Description: Matlab遗传算法工具箱及应用》源码,学习遗传算法编程的朋友很有用,内容讲的很仔细-Matlab Genetic Algorithm Toolbox, and Applications " source code, learning genetic algorithm programming friend of useful content speak very carefully
Platform: | Size: 669696 | Author: 小张 | Hits:

[matlabmatch

Description: 《图像配准技术及其Matlab编程实现》一书的Matlab源码,有点检测、线检测、Hough变换、遗传算法、蚁群算法、Powell算法和插值算法等。-"Image Registration and Matlab programming," a book of Matlab source code, a bit detection, line detection, Hough transform, genetic algorithm, ant colony algorithm, Powell algorithm and the interpolation algorithm etc.
Platform: | Size: 345088 | Author: fzj | Hits:

[matlabga_mat

Description: matlab中遗传算法的源码,简单易懂,学习用很不错-M code of genetic algorithm in matlab
Platform: | Size: 105472 | Author: haha | Hits:

[matlabGSAALB

Description: 装配生产线任务平衡优化遗传算法通MATLAB源码,下面的源码实现了装配生产线任务平衡优化问题(ALB问题)的遗传算法,算法主要参考下面这篇文献,并对其进行了改进。-Task of assembly line balancing optimal genetic algorithm-pass MATLAB source code, the following source code to achieve the task of assembly line balancing optimization problem (ALB problem) of the genetic algorithm, this algorithm is the main reference the following documents, and its improvements.
Platform: | Size: 2048 | Author: 孙准 | Hits:

[OtherKnapsackProblem

Description: 基本遗传算法带最优保存思想的背包问题,其中,目标值那段代码使用的是惩罚函数法,选择是概率选择,交叉是双点随机交叉,变异是概率变异-The basic genetic algorithm with elitist thinking knapsack problem, which is a target that part of the code using penalty function method, choice is the probability of selection, crossover is a two-point random crossover and mutation is the probability of mutation
Platform: | Size: 2048 | Author: 田文杰 | Hits:

[AI-NN-PRGA_fitting

Description: 此代码是本人写的用遗传算法拟合MIMO系统TF模型参数,通过例子说明算法的有效性。-This code is written, I fit MIMO systems using genetic algorithms TF model parameters, through the examples of the algorithm.
Platform: | Size: 3072 | Author: Liu Hongbin | Hits:

[matlabpso

Description: This an implementation of Particle Swarm Optimization algorithm using the same syntax as the Genetic Algorithm Toolbox, with some additional options specific to PSO. Allows code-reusability when trying different population-based optimization algorithms. Certain GA-specific parameters such as cross-over and mutation functions will not be applicable to the PSO algorithm. Demo function included, with a small library of test functions. Requires Optimization Toolbox.-This is an implementation of Particle Swarm Optimization algorithm using the same syntax as the Genetic Algorithm Toolbox, with some additional options specific to PSO. Allows code-reusability when trying different population-based optimization algorithms. Certain GA-specific parameters such as cross-over and mutation functions will not be applicable to the PSO algorithm. Demo function included, with a small library of test functions. Requires Optimization Toolbox.
Platform: | Size: 4096 | Author: Chris Leung | Hits:
« 1 2 3 45 6 7 8 9 10 ... 43 »

CodeBus www.codebus.net